{
  "type": "survivalplus:final_destination_type",
  "generator": {
    "type": "minecraft:noise",
    "settings": "minecraft:overworld",
    "biome_source": {
      "type": "minecraft:multi_noise",
      "biomes": [
        {
          "biome": "survivalplus:ashlands",
          "parameters": {
            "temperature": 1,
            "humidity": 0,
            "continentalness": -1,
            "erosion": 0,
            "weirdness": 0,
            "depth": 0,
            "offset": 0
          }
        },
        {
          "biome": "survivalplus:deep_ocean",
          "parameters": {
            "temperature": 0,
            "humidity": 1,
            "continentalness": -1,
            "erosion": 0,
            "weirdness": 0,
            "depth": 0,
            "offset": 0
          }
        },
        {
          "biome": "survivalplus:wasteland",
          "parameters": {
            "temperature": 1,
            "humidity": 0,
            "continentalness": 1,
            "erosion": 0,
            "weirdness": 0,
            "depth": 0,
            "offset": 0
          }
        }
      ]
    }
  }
}
